1.1k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill x-followers-followings-teneo- _meta.json870 B
- SKILL.md4.2 KB
Overview
This skill extracts followers and followings from X (formerly Twitter) profiles via the Teneo Protocol network. It provides programmatic commands to pull structured lists of account handles and metadata, with built-in payment handling in USDC across supported chains. The agent enforces minimum and maximum item counts and returns both humanized text and raw structured data.
How this skill works
You interact with the agent through the Teneo SDK over WebSocket by sending the followings or followers command and a target username plus an optional count. The agent charges per item in USDC on a supported network (Base, Peaq, Avalanche) and requires wallet authentication to sign payments on-chain. Results are returned as formatted text (humanized) and as raw structured content suitable for downstream processing or storage.
When to use it
- Backing up an account’s social graph for archival or research.
- Building influencer lists or audience cohorts from X profiles.
- Feeding follower/following data into analytics pipelines or CRMs.
- Verifying follower growth or account relationships over time.
- Automating data collection when direct API access is limited or rate-limited.
Best practices
- Always test with the minimum allowed count (200) to confirm result format and payment flow.
- Use the raw structured output for automated pipelines; use humanized output for quick checks.
- Monitor USDC balance on the target payment network and choose the appropriate chain before requests.
- Respect privacy and platform terms—use collected lists only for permitted purposes.
- Rate-limit repeated requests and cache results to avoid unnecessary charges.
Example use cases
- Extract 5,000 followings for an influencer to create a targeted outreach list.
- Collect 200 followers for periodic archival and trend comparison.
- Feed follower lists into an audience segmentation workflow for ad targeting.
- Audit an organization's follower base to flag suspicious or bot accounts.
- Combine followings from multiple profiles to map mutual connections and communities.
FAQ
Use followings <username> [count] or followers <username> [count] via the Teneo SDK addressing @x-followers-followings-1.
What are the pricing and limits?
Pricing is per item (0.000175 USDC/item) with a minimum purchase of 200 items and a maximum of 20,000 items per request; initial cost starts at 200 × item price.
Which networks are supported for payments?
Payments are supported on Base, Peaq, and Avalanche with USDC; you must use a wallet that can sign transactions on the chosen network.
How is output delivered?
Responses include a humanized text view and a raw structured content object suitable for programmatic use.