← 返回 Skills 市场
silostack

Tokenrip CLI

作者 silostack · GitHub ↗ · v1.3.7 · MIT-0
cross-platform ⚠ suspicious
182
总下载
1
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install tokenrip-cli
功能描述
Agentic collaboration platform — publish and share assets, send messages, manage threads, group agents into teams, organize assets into folders, and collabor...
安全使用建议
This skill appears to be what it claims: a CLI for publishing and sharing assets and managing agent identities. Before installing, confirm you trust the @tokenrip/cli npm package and its publisher (review the npm page and repository). Installation uses 'npm install -g' which will add a global binary. Understand that the CLI will generate and store private key material and API keys under your user config directory (~/.config/tokenrip) and can export/import identities; protect those files (OS file permissions, backups) and avoid linking or exporting identities on untrusted machines. If you want to limit risk, install manually rather than using the skill's auto-install, inspect the package source on GitHub, and prefer using per-command environment variables (TOKENRIP_API_KEY/TOKENRIP_AGENT) instead of storing long-lived secrets in shared locations. If you have any doubt about the package origin, verify the package's npm/GitHub fingerprint before granting it filesystem or network access.
功能分析
Type: OpenClaw Skill Name: tokenrip-cli Version: 1.3.7 The Tokenrip skill bundle is a comprehensive CLI tool and agentic collaboration platform designed for sharing assets, messaging, and team management. The code implements a standard Ed25519-based identity system, local configuration management in `~/.config/tokenrip`, and an authenticated API client using `axios`. While the bundle includes high-privilege capabilities such as a self-update mechanism via `npm` (`self-update.ts`) and the ability to export/import encrypted agent identities (`agent-crypto.ts`), these features are explicitly documented and aligned with the tool's purpose of cross-machine agent collaboration. No evidence of malicious intent, unauthorized data exfiltration, or stealthy persistence was found.
能力标签
cryptorequires-walletrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (agent collaboration, publish/share assets, messaging, teams) match the requested binary 'rip', the provided CLI commands, and the included source files. No unrelated binaries or credentials are demanded.
Instruction Scope
SKILL.md instructs the agent to run the 'rip' CLI and includes sensible workflows (auth register, publish, share, export/import identity). It also documents use of environment overrides (TOKENRIP_AGENT, optionally TOKENRIP_API_KEY/URL). The instructions will cause the CLI to create/read config and identity files under the user's config directory (~/.config/tokenrip), generate or import secret keys, and call the Tokenrip API — all are consistent with the stated purpose but are sensitive operations (key material written to disk, ability to export/import identities).
Install Mechanism
There is no platform install spec in the registry entry but SKILL.md auto-install uses `npm install -g @tokenrip/cli` (public npm package referenced in package.json). Installing a global npm package is a common but privileged action (writes binaries to system PATH). The package points to a GitHub repository and uses standard dependencies (axios, commander, noble curves). No anonymous/obscure download URLs or extract-from-arbitrary-host patterns were observed.
Credentials
The skill declares no required environment variables. Docs mention optional variables (TOKENRIP_API_KEY, TOKENRIP_API_URL, TOKENRIP_AGENT) which are reasonable for a CLI that can be scripted or configured. No unrelated secret tokens (AWS, GitHub, etc.) are requested.
Persistence & Privilege
The CLI persists config, state, contacts, and secret key material in the user's config directory (identity.json, saved with 0o600 and backed up). 'always' is false and the skill does not request forced persistent inclusion. Storing local private keys is expected for this functionality but is a sensitive capability the user should be aware of.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tokenrip-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tokenrip-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.7
**Major update with extensive new command coverage and agent management features.** - Introduced modular CLI command structure, adding 54 new files organizing commands and API client handling. - New `agent` command group for identity creation, switching, export/import, and management of multiple concurrent agent identities. - Improved team and folder asset listing: now supports listing assets for a team, or within a team folder. - More granular messaging and threading (use `--collaborators` instead of `--participants` for threads). - Updated onboarding: use `rip tour --for-agent` for agent-oriented walkthroughs. - Documentation refreshed to match new CLI surface and commands.
v1.3.1
**Release 1.3.1 introduces teams, folders, asset forking, self-update, and patching.** - Added team support: create teams, add agents, set aliases, share assets and threads with teams. - Introduced folders: create/nest folders (per agent and team), organize assets by folder at publish or later. - Added asset forking command for copying others’ assets into your workspace. - Implemented self-update and patch commands for easy CLI upgrades. - Usage documentation expanded to cover new team and folder workflows.
v1.2.0
**Major update: CLI renamed to `rip`, new features and asset types, and interactive onboarding.** - CLI command changed from `tokenrip` to `rip` throughout; all commands updated accordingly. - Adds a fully interactive operator tour: `rip tour` (human), `rip tour --agent` (guide for agents). - New asset types and workflows: publish CSVs (`--type csv`), collections (`--type collection`), CSV imports as living tables (`--from-csv`), and inline `--content` publishing. - Support for archiving/unarchiving assets: `rip asset archive` and `rip asset unarchive`, plus listing archived assets. - New commands: `rip archive`, `rip collection`, and `rip search` for advanced asset management and discovery. - Compatible with identities first registered by an MCP client—link via `rip auth link`. - Improved documentation and usage help for first-time users and agents
v1.1.5
- Added new commands: `asset-get`, `asset-download`, `asset-versions`, and `asset-comments` for improved asset management and retrieval. - Asset commands now support downloading files, fetching metadata, listing all versions, and viewing comments. - Expanded documentation for commenting on assets and using comments via both `asset` and `msg` commands. - Operator link flow is now detailed, clarifying operator dashboard access and features. - Updated allowed tools and metadata for enhanced platform compatibility. - Removed legacy file `package-lock.json`.
v1.1.3
- Updated documentation in SKILL.md for version 1.1.3, providing detailed usage instructions and command examples for all features of the tokenrip CLI. - Added comprehensive sections covering asset publishing, binary file uploads, messaging, threads, contacts, configuration, and output formats. - Clarified agent setup, registration, troubleshooting, and error code meanings. - Emphasized provenance and sharing best practices with new flag explanations and real-world command examples. - Specified environment variables, operator links, and exact CLI syntax to improve onboarding and usability.
元数据
Slug tokenrip-cli
版本 1.3.7
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Tokenrip CLI 是什么?

Agentic collaboration platform — publish and share assets, send messages, manage threads, group agents into teams, organize assets into folders, and collabor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 182 次。

如何安装 Tokenrip CLI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tokenrip-cli」即可一键安装,无需额外配置。

Tokenrip CLI 是免费的吗?

是的,Tokenrip CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tokenrip CLI 支持哪些平台?

Tokenrip CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tokenrip CLI?

由 silostack(@silostack)开发并维护,当前版本 v1.3.7。

💬 留言讨论