NEAR Content Creator
PassAudited by ClawScan on May 1, 2026.
Overview
This skill is coherently focused on generating NEAR-related content, with only purpose-aligned public data fetching and normal Node package setup noted.
This appears safe to install for generating NEAR-focused content, but verify external market/news data and review generated posts before publishing.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Generated content may depend on availability and accuracy of third-party public data sources.
The skill fetches data from fixed public endpoints to create market updates and news. This is expected for the stated purpose, but users should know it relies on external data sources.
const COINGECKO_NEAR = 'https://api.coingecko.com/api/v3/simple/price?...'; const NEAR_RPC = 'https://rpc.mainnet.near.org'; const NEARBLOCKS_STATS = 'https://api.nearblocks.io/v1/stats';
Review market figures, news links, and summaries before publishing or relying on them.
Installing/building the package will use npm dependencies from the JavaScript ecosystem.
The package uses a normal npm dependency and build step. The lockfile is present, and there is no install/postinstall script shown, so this is a routine setup note rather than a concern.
"dependencies": { "node-fetch": "^2.7.0" }, "scripts": { "build": "rm -rf dist && tsc", "test": "vitest run src/__tests__" }Use the provided lockfile, install from the expected repository or registry, and avoid running modified package scripts from untrusted copies.
