← Back to Skills Marketplace
Trend
by
bytesagain4
· GitHub ↗
· v2.0.1
· MIT-0
480
Downloads
0
Stars
4
Active Installs
9
Versions
Install in OpenClaw
/install trend
Description
Track trending topics with popularity, sentiment, and alerts. Use when drafting reports, optimizing keywords, scheduling checks, tagging hashtags.
Usage Guidance
This skill appears coherent: it records and reads plain-text log entries under ~/.local/share/trend and provides local exports. Before installing, note that logs and exports are not escaped or encrypted (sensitive content will be stored in cleartext). Exported JSON may be malformed if entries contain quotes/newlines. Search terms are passed straight to grep (may be treated as regex/options). If you will store sensitive data, avoid using this tool or sanitize/encrypt logs; otherwise it's safe for local note-taking. If you want stricter behavior, review the complete script for the truncated portion and consider requesting fixes for JSON escaping and safer handling of user input.
Capability Analysis
Type: OpenClaw Skill
Name: trend
Version: 2.0.1
The 'trend' skill is a local content management toolkit that logs text entries (drafts, headlines, hashtags, etc.) to the user's local directory (~/.local/share/trend/). The implementation in scripts/script.sh uses standard UNIX utilities for file operations and lacks any network access, data exfiltration, or suspicious execution patterns.
Capability Assessment
Purpose & Capability
Name/description promise (tracking trending topics, content drafting/optimization, scheduling, exports) align with the included shell script and SKILL.md: commands create and read timestamped log files under ~/.local/share/trend. No unrelated credentials, binaries, or cloud access are requested.
Instruction Scope
SKILL.md and the script limit actions to local file reads/writes, simple text searches, stats and exports. Minor implementation issues: exported JSON is assembled by simple printf without escaping user values (could produce invalid JSON or inject quote characters into output), and search uses grep with an unescaped user term (may be interpreted as a regex or option). These are implementation bugs/vulnerabilities but do not indicate misaligned purpose.
Install Mechanism
There is no install spec (instruction-only), which is low risk. The repository includes a scripts/script.sh that implements the commands; presence of the script is expected given the described CLI. No downloads or external installers are used.
Credentials
The skill declares and requires no environment variables, credentials, or config paths. The script only uses $HOME to place files in ~/.local/share/trend, which is proportional to a local diary/logging tool.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide configs. It writes only to its own data directory under the user's home, which matches the stated behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trend - After installation, invoke the skill by name or use
/trend - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.6
old template -> domain-specific v2.0.0
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality fix: cleaner docs, removed flags
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Trend?
Track trending topics with popularity, sentiment, and alerts. Use when drafting reports, optimizing keywords, scheduling checks, tagging hashtags. It is an AI Agent Skill for Claude Code / OpenClaw, with 480 downloads so far.
How do I install Trend?
Run "/install trend" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trend free?
Yes, Trend is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Trend support?
Trend is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trend?
It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.1.
More Skills