一键导入
cli-installer
Guidelines for installing Linux-compatible CLI tools and binaries into the workspace.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guidelines for installing Linux-compatible CLI tools and binaries into the workspace.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | cli-installer |
| description | Guidelines for installing Linux-compatible CLI tools and binaries into the workspace. |
This skill provides the standard procedure for installing external binary CLI tools (Go, Rust, C++, etc.) into the AI Studio workspace.
All external binaries MUST be installed into the root ./bin directory to ensure they are persisted across container restarts and accessible to the agent.
Always download the installation script to a temporary file first to inspect its contents and determine its flags.
# Example
curl -fsSL https://example.com/install.sh -o install_tool.sh
Run the script using bash and specify the destination directory using flags (usually --dir, -d, or --prefix).
# Pattern
npx -y tsx -e "import { execSync } from 'child_process'; execSync('bash install_tool.sh --dir ./bin')"
Delete the installation script after a successful install.
./bin are part of the applet's file tree.npx tsx ensures that command execution is tracked and logged correctly by the environment.Guidelines and production-ready patterns for maximizing performance and avoiding UI freezes in React Three Fiber (R3F) and Three.js scenes.
Firecrawl CLI gives AI agents and apps fast, reliable web context with strong search, scraping, and interaction tools. One install command sets up three skill segments: live CLI tools, app-integration build skills, and outcome-focused workflow skills. Route the reader to the right usage path after install.
Deploy, configure, and scale serverless workers, static applications, and integrations on Cloudflare. Specializes in Wrangler-based automation, Accountless/Temporary deployments (using wrangler deploy --temporary), and Binding resources. Use this skill in the following scenarios: * Serverless Deployment: When designing, scaffolding, or deploying Cloudflare Workers or Cloudflare Pages. * Accountless Testing: When performing frictionless testing or instant production previews without pre-configuring accounts or secrets. * Binding and Resources Integration: When binding D1 Databases, KV Stores, R2 Storage Buckets, or Hyperdrive to serverless handlers. * Configuration Tuning: When crafting, optimizing, or debugging wrangler.toml configurations.
Interacting with the Framer Agent workspace (@framer/agent), inspecting canvas status, applying design and page hierarchy modifications using Framer DSL commands, and deploying/publishing page layouts safely.
Manage version control and coordinate with remote repositories using the pre-installed Git binary. This skill covers repository initialization, remote management, branching strategies, and handling authentication in a headless environment. Use this skill in the following scenarios: * Repository Setup: When initializing new repositories or connecting to existing remotes. * Version Control Workflow: For staging changes, committing, and pushing/pulling from remote origins. * Remote Management: Configuring and verifying remote URLs. * Headless Automation: Performing Git operations within automated scripts and pipelines.
The advanced multi-agent orchestrator system to handle complex tasks by decomposing them into highly focused sequential worker agents (parallel read, sequential write) followed by a comprehensive Quality Assurance / Auditor review.