Latest release: v0.1.0Download zip
Capabilities
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The stated purpose and listed tools are coherent: trend lookup, semantic search, detail retrieval, and daily digest all match the description. The main thing to notice is that the capability depends on a remote MCP/API service.
Instruction Scope
The instructions are user-directed examples for installing and calling trend tools. They do not tell the agent to override user intent, run hidden commands, mutate accounts, or access local files.
Install Mechanism
This is an instruction-only plugin with no local code or install script, but it registers a remote HTTP MCP server whose server-side implementation is not included in the artifacts.
Credentials
No local binaries, environment variables, or config paths are required. External network access and an optional service API key are proportionate to the stated remote trend-search purpose.
Persistence & Privilege
The artifacts show no local persistence, background worker, privileged OS access, broad filesystem access, or account mutation. The 'daily digest' wording appears to refer to service trend data, not persistent agent memory.
Assessment
This appears safe for ordinary trend lookups if you are comfortable using the remote service. Before installing, remember that the server code is not included in the package, the source/homepage are not provided, and any API key or query text you use will be sent to the external endpoint.Verification
Tags
trend-skill — Claude Code Plugin
Aggregates trending topics from social media platforms with semantic search and daily digest.
Installation
/install-plugin trend-skill
Or from a local path:
/install-plugin /path/to/trend-skill/dist/claude-code-plugin
MCP Tools
This plugin registers a remote MCP server at https://trend-skill-dev.zhengchao-qqqqq.workers.dev/mcp with 6 tools:
| Tool | Auth Required | Description |
|---|---|---|
list_platforms | No | List active trend platforms |
trending_now | No | Get current trending topics |
search_trends | Yes | Semantic search across trends |
query_trends | Yes | Query trends with metadata filters |
get_trend_detail | Yes | Get full details for a trend by ID |
get_daily_digest | No | Persistent and cross-platform topic digest |
Authentication
Set the X-API-Key header for authenticated access. Without a key, anonymous tier allows 10 requests/hour.
Version
0.1.0
