← 返回 Skills 市场
815
总下载
3
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tokportal
功能描述
Automate TikTok and Instagram at scale with account creation, video distribution, content uploads, and detailed analytics using 30 AI-native tools via TokPor...
安全使用建议
This skill appears to do what it says — automate TokPortal tasks — but it has practical risks you should review before enabling. Specifically: (1) tokportal‑mcp is an npm package you will install/run (npx will download and execute code); review its npm page and source, and only run it from a trusted maintainer. (2) The skill uploads local files (video/image) to produce public URLs — do not let it upload sensitive or private files. (3) The service returns delivered account credentials and 2FA/verification codes; consider the legal/abuse implications of bulk account creation and protect those credentials. (4) Avoid placing your API key in shared configs if other users/processes can read them; prefer a least‑privilege key and rotate it if you suspect misuse. (5) If you need stronger assurance, ask the publisher for the tokportal‑mcp source repository and audit it or run it in an isolated sandbox/container. Proceed only if you trust TokPortal and the npm package maintainers.
功能分析
Type: OpenClaw Skill
Name: tokportal
Version: 1.0.0
The skill is classified as suspicious due to several high-risk capabilities that could be exploited via prompt injection against the AI agent. Specifically, the `upload_video` and `upload_image` tools (described in SKILL.md) allow the agent to upload local files, creating a clear path for data exfiltration if the agent is compromised. Additionally, the `get_account_detail` tool exposes 'Full credentials' for managed accounts, and the reliance on executing an external `npm` package (`tokportal-mcp`) introduces a supply chain risk. While these capabilities align with the stated purpose, their broad access to local files and credentials presents significant vulnerabilities.
能力评估
Purpose & Capability
Name/description, required env var (TOKPORTAL_API_KEY), and the exposed tools (account creation, video upload, analytics, retrieval of delivered account credentials and verification codes) are consistent: the API key and MCP helper package are the expected control surfaces for this purpose.
Instruction Scope
Runtime instructions ask you to install/run an MCP server (tokportal‑mcp via npm/npx), modify your OpenClaw config (~/.openclaw/openclaw.json) or set TOKPORTAL_API_KEY env var, and permit uploads of local video/image files (which become public URLs). The skill also retrieves full account credentials and verification codes from the service. Those actions are coherent with the stated purpose but present real data‑exposure and credential‑handling surface (possible exfiltration of local files or delivered credentials) that the SKILL.md does not warn about or constrain.
Install Mechanism
There is no registry install spec, but SKILL.md recommends installing or running the third‑party npm package tokportal‑mcp (npm install -g / npx). Installing/running npm packages (especially via npx which downloads and executes on demand) is a common but moderate‑risk vector — the MCP package will run code on your machine and handle your API key. The package is hosted on npm (traceable) rather than an arbitrary URL, but you should review its source and trustworthiness before executing.
Credentials
Only one primary credential (TOKPORTAL_API_KEY) is required and that aligns with the described API usage. There are no unrelated environment variables or config paths requested. However, storing the key in a shared OpenClaw config or passing it to an MCP process increases exposure surface and should be treated carefully.
Persistence & Privilege
The skill is not marked always:true and does not request system‑wide changes beyond adding itself to the agent's OpenClaw/MCP config. It does instruct adding an entry to ~/.openclaw/openclaw.json or MCP configs (normal for enabling a skill) but does not request modification of other skills or global credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tokportal - 安装完成后,直接呼叫该 Skill 的名称或使用
/tokportal触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 30 MCP tools for mass social media account creation, video distribution, and analytics on TikTok and Instagram via the TokPortal API.
元数据
常见问题
TokPortal 是什么?
Automate TikTok and Instagram at scale with account creation, video distribution, content uploads, and detailed analytics using 30 AI-native tools via TokPor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 815 次。
如何安装 TokPortal?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tokportal」即可一键安装,无需额外配置。
TokPortal 是免费的吗?
是的,TokPortal 完全免费(开源免费),可自由下载、安装和使用。
TokPortal 支持哪些平台?
TokPortal 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TokPortal?
由 naybu256(@naybu256)开发并维护,当前版本 v1.0.0。
推荐 Skills