Adsagent reliability
Skill adsagents/adsagent-ai-skills/skills/adsagent-reliability
AdsAgent tri-channel AI skills for Meta, Google Ads, and TikTok hosted MCP
npx -y skills add adsagents/adsagent-ai-skills --skill adsagent-reliabilityAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when an AdsAgent MCP call fails, repeats, fans out, queues, or returns partial, uncertain, or retryable evidence.
SKILL.md
1.0 KB, 202 tokens by cl100k_base, as published. Nobody here has run it
AdsAgent Reliability
- Classify the result as read retry, queued work, known-not-sent write, uncertain write, or operator review.
- Obey the returned
next_action,task_ref,Retry-After, and capability gates. Never infer a retry from prose alone. - Retry only bounded reads or operations explicitly proven not sent. Never replay a confirm or parallelize recovery.
- Consume terminal results directly. Preserve completeness, receipts,
continuation, and
support_refboundaries. - Stop on unclassified, permission, or operator-review outcomes.
Read recovery-contract.md for the query plan, recovery matrix, task and artifact handling, and cross-channel boundaries. Read retry-parser.md only when parsing transport backoff. Read meta-quota-plan.md only for a strict Meta quota defer.
What ships with it: 3 files
8.6 KB alongside SKILL.md
- meta-quota-plan.md942 B
- recovery-contract.md6.8 KB
- retry-parser.md941 B