Skip to main content

Overview

UniSkill operates on a transparent, credit-based model. Your subscription provides a monthly allowance of credits that can be used across all available skills.

One Key. Infinite Skills.

Access every capability in our ecosystem—from web search to deep scraping—using a single API key.

Subscription Tiers

Choose the plan that best fits your agent’s workload. Higher tiers offer increased rate limits and longer data retention for auditing.
TierPriceMonthly Credits IncludedRate Limit (RPM)Log Retention
Free$0500303 Days
Starter$9.9010,000607 Days
Pro$29.9035,00030030 Days
Scale$99.90150,0001,00090 Days

Credit Weights

Credits are deducted from your balance based on the complexity of the skill invoked:
SkillDescriptionCost
uniskill_searchReal-time global web search10 pts / call
uniskill_scrapeFull-page Markdown extraction20 pts / page
uniskill_socialSocial platform data mining30 pts / query

Lifetime Rollover Policy

We value your investment. UniSkill ensures that you never lose the credits you’ve paid for through our Lifetime Rollover policy.
  • Indefinite Rollover: Unused credits from your monthly allowance automatically carry over to the next billing cycle.
  • Active Status Required: Rollover remains active as long as you maintain a valid subscription (Starter, Pro, or Scale).
  • Optimization: Our gateway always utilizes the oldest credits in your account first.

API Usage Monitoring

You can track your consumption and remaining balance through the UniSkill Dashboard. Every API response also includes a metadata header confirming the credits consumed by that specific request.
{
  "status": "success",
  "data": {
    "results": [...],
    "credits_used": 10,
    "remaining_credits": 149990
  }
}