← Back to Skills Marketplace
503
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install twitterscore
Description
Research, analyze, and track Twitter influence with TwitterScore.io API. Get scores, analyze followers, track growth, and compare accounts.
Usage Guidance
What to consider before installing:
- The SKILL.md clearly requires a TwitterScore API key (TWITTERSCORE_API_KEY) but the registry metadata does not declare any required credentials — ask the publisher to fix the manifest so required secrets are visible before you install.
- The skill comes from an unknown source with no homepage. Verify you trust twitterscore.io (review their docs, pricing page, privacy/security policy) before supplying an API key.
- Be cautious about using 'openclaw config set' to store your API key: it will persist the secret in agent configuration. Prefer exporting the key into a process-only env var if you want it ephemeral.
- The instructions themselves are narrowly scoped to TwitterScore API usage and do not request unrelated system access, so the primary risk is secret handling and provenance rather than unexpected behavior.
- If you plan to use this in a sensitive environment, ask the publisher for: an official source URL, a homepage or repo, and corrected registry metadata that declares TWITTERSCORE_API_KEY as a required credential.
Capability Analysis
Type: OpenClaw Skill
Name: twitterscore
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` file clearly describes a utility for interacting with the TwitterScore.io API, including commands for data retrieval, analysis, and export. All instructions and examples are directly related to the stated purpose. There is no evidence of prompt injection attempts against the agent, no instructions for unauthorized data access or exfiltration, and no malicious commands or URLs. The handling of API keys and the optional `TWITTERSCORE_BASE_URL` are standard configuration practices for such tools.
Capability Assessment
Purpose & Capability
The name/description and SKILL.md are coherent: the skill is a CLI wrapper around the TwitterScore.io API and legitimately needs a TWITTERSCORE_API_KEY (and optionally TWITTERSCORE_BASE_URL). However, the registry metadata claims no required environment variables or primary credential, which is inconsistent with the runtime instructions and suggests an incomplete or incorrect manifest.
Instruction Scope
The instructions are narrowly scoped to calling the TwitterScore API via a CLI (score, info, followers, bulk, etc.), reading optional local files for bulk input, and exporting CSVs. They do not instruct arbitrary system-wide reads or exfiltration to third-party endpoints beyond TwitterScore. One operational note: the SKILL.md tells users how to persist the API key using 'openclaw config set', which stores a secret in agent configuration.
Install Mechanism
There is no install spec and no code files — this is instruction-only, so nothing is written to disk by an installer. This is the lower-risk scenario for installation mechanics.
Credentials
The SKILL.md requires a single API key (TWITTERSCORE_API_KEY) and optionally a TWITTERSCORE_BASE_URL — both are proportionate to the stated purpose. The manifest/registry, however, lists no required env vars or primary credential, a mismatch that reduces transparency and makes it harder to reason about required secrets. Also note: storing the key via 'openclaw config set' will persist the secret in agent config.
Persistence & Privilege
The skill does not request always:true and has no special OS or config path requirements. The only persistence-related behavior mentioned is guidance to store the API key in OpenClaw's config (user choice), which could keep the secret around between sessions but is not itself a platform privilege escalation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install twitterscore - After installation, invoke the skill by name or use
/twitterscore - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the twitterscore skill.
- Research and analyze Twitter accounts using the TwitterScore.io API.
- Retrieve influence scores, track follower growth, and compare multiple accounts.
- Analyze and filter followers by category or tag; bulk-check up to 50 accounts.
- View detailed account info, follower count change history, and API usage limits.
- Export results to CSV or JSON, with support for efficient bulk operations.
Metadata
Frequently Asked Questions
What is TwitterScore?
Research, analyze, and track Twitter influence with TwitterScore.io API. Get scores, analyze followers, track growth, and compare accounts. It is an AI Agent Skill for Claude Code / OpenClaw, with 503 downloads so far.
How do I install TwitterScore?
Run "/install twitterscore" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TwitterScore free?
Yes, TwitterScore is completely free (open-source). You can download, install and use it at no cost.
Which platforms does TwitterScore support?
TwitterScore is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TwitterScore?
It is built and maintained by Nikoxyz (@nikolaybohdanov); the current version is v1.0.0.
More Skills