← 返回 Skills 市场
NEAR Content Creator
作者
mastrophot
· GitHub ↗
· v0.1.0
501
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install near-content-creator
功能描述
Generate NEAR-focused content (threads, market updates, ecosystem news, tutorials).
安全使用建议
This skill appears to do what it says: it fetches public NEAR-related APIs and RSS/GitHub feeds and formats content—no credentials are required. Before installing, consider: 1) the skill will make outbound HTTP requests to public services (CoinGecko, NEAR RPC, nearblocks, near.org, api.github.com), so run it in an environment where outbound network calls are acceptable; 2) the package is TypeScript source and expects a build step (dist/index.js), so confirm how the platform will build/execute it; 3) GitHub and other APIs may be rate-limited without tokens—no secret is requested by the skill; 4) RSS parsing is simple/regex-based (implementation detail), so review output for edge cases. If you need autonomous agents to publish content automatically, decide whether you trust them to post without manual review (autonomous invocation is enabled by default).
功能分析
Type: OpenClaw Skill
Name: near-content-creator
Version: 0.1.0
The OpenClaw skill 'near-content-creator' is benign. Its code and documentation align perfectly with its stated purpose of generating NEAR-focused content. It makes network requests to legitimate public APIs (CoinGecko, NEAR RPC, NearBlocks, GitHub, NEAR blog RSS feeds) to gather data, and includes sanitization for user input and external content (HTML stripping) before generating output. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent. The use of an older `node-fetch` dependency is a minor vulnerability but does not indicate malicious intent.
能力评估
Purpose & Capability
Name/description match implementation: the code fetches NEAR price (CoinGecko), NEAR RPC status, nearblocks stats, NEAR blog RSS, and GitHub release endpoints to produce market updates, news, threads and tutorials. Declared dependencies (node-fetch) are appropriate for HTTP calls.
Instruction Scope
SKILL.md describes the same commands implemented in the code and does not instruct the agent to read unrelated files, access secrets, or transmit data to unexpected endpoints. Runtime behavior is limited to assembling content from public endpoints and local formatting logic.
Install Mechanism
There is no registry install spec (instruction-only), but the package includes source TypeScript and a package.json that depends on node-fetch and requires a build step (dist/index.js). This is not a security problem, but consumers should be aware the provided source needs npm install / tsc to produce the runtime artifact.
Credentials
The skill declares no required environment variables or credentials and the code does not read secrets or config paths. All external calls are to public APIs and RSS/GitHub endpoints; no tokens are requested or used.
Persistence & Privilege
The skill does not request always:true, does not modify system or other skills' configs, and has no built-in persistence or privileged operations. Autonomous invocation is enabled by default but is not combined with other privilege concerns.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install near-content-creator - 安装完成后,直接呼叫该 Skill 的名称或使用
/near-content-creator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: NEAR content thread, market update, ecosystem news, tutorial commands.
元数据
常见问题
NEAR Content Creator 是什么?
Generate NEAR-focused content (threads, market updates, ecosystem news, tutorials). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 501 次。
如何安装 NEAR Content Creator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install near-content-creator」即可一键安装,无需额外配置。
NEAR Content Creator 是免费的吗?
是的,NEAR Content Creator 完全免费(开源免费),可自由下载、安装和使用。
NEAR Content Creator 支持哪些平台?
NEAR Content Creator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 NEAR Content Creator?
由 mastrophot(@mastrophot)开发并维护,当前版本 v0.1.0。
推荐 Skills