← 返回 Skills 市场
Trend
作者
bytesagain4
· GitHub ↗
· v2.0.1
· MIT-0
480
总下载
0
收藏
4
当前安装
9
版本数
在 OpenClaw 中安装
/install trend
功能描述
Track trending topics with popularity, sentiment, and alerts. Use when drafting reports, optimizing keywords, scheduling checks, tagging hashtags.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install trend - 安装完成后,直接呼叫该 Skill 的名称或使用
/trend触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Trend 是什么?
Track trending topics with popularity, sentiment, and alerts. Use when drafting reports, optimizing keywords, scheduling checks, tagging hashtags. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 480 次。
如何安装 Trend?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install trend」即可一键安装,无需额外配置。
Trend 是免费的吗?
是的,Trend 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Trend 支持哪些平台?
Trend 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Trend?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.1。
推荐 Skills