← Back to Skills Marketplace
NEAR Content Creator
by
mastrophot
· GitHub ↗
· v0.1.0
501
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install near-content-creator
Description
Generate NEAR-focused content (threads, market updates, ecosystem news, tutorials).
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install near-content-creator - After installation, invoke the skill by name or use
/near-content-creator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: NEAR content thread, market update, ecosystem news, tutorial commands.
Metadata
Frequently Asked Questions
What is NEAR Content Creator?
Generate NEAR-focused content (threads, market updates, ecosystem news, tutorials). It is an AI Agent Skill for Claude Code / OpenClaw, with 501 downloads so far.
How do I install NEAR Content Creator?
Run "/install near-content-creator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is NEAR Content Creator free?
Yes, NEAR Content Creator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does NEAR Content Creator support?
NEAR Content Creator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created NEAR Content Creator?
It is built and maintained by mastrophot (@mastrophot); the current version is v0.1.0.
More Skills