← Back to Skills Marketplace
silostack

Tokenrip CLI

by silostack · GitHub ↗ · v1.3.7 · MIT-0
cross-platform ⚠ suspicious
182
Downloads
1
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install tokenrip-cli
Description
Agentic collaboration platform — publish and share assets, send messages, manage threads, group agents into teams, organize assets into folders, and collabor...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptorequires-walletrequires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tokenrip-cli
  3. After installation, invoke the skill by name or use /tokenrip-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tokenrip-cli
Version 1.3.7
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is Tokenrip CLI?

Agentic collaboration platform — publish and share assets, send messages, manage threads, group agents into teams, organize assets into folders, and collabor... It is an AI Agent Skill for Claude Code / OpenClaw, with 182 downloads so far.

How do I install Tokenrip CLI?

Run "/install tokenrip-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tokenrip CLI free?

Yes, Tokenrip CLI is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tokenrip CLI support?

Tokenrip CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tokenrip CLI?

It is built and maintained by silostack (@silostack); the current version is v1.3.7.

💬 Comments