Claude Skill
tensorlakeai/tensorlake-skills
一种编码代理技能,将 Claude Code、OpenAI Codex 及其他 AI 代理引导至 Tensorlake 实时文档,涵盖沙箱、编排及 SDK 使用。
概览
仓库信息
安装这个 Skill
npx skills add tensorlakeai/tensorlake-skillsRegistry 信息
项目简介
Tensorlake 的编码代理技能,将 Claude Code、OpenAI Codex 及其他 AI 代理引导至 Tensorlake 实时文档,涵盖沙箱、编排及 SDK 使用。
Coding agent skill for Tensorlake. Routes Claude Code, OpenAI Codex, and other AI agents to live Tensorlake docs for sandboxes, orchestration, and SDK usage.
要点
- 将 AI 代理引导至 Tensorlake 实时文档
- 支持 Claude Code、OpenAI Codex 等
- 涵盖沙箱、编排及 SDK 使用
- 基于 Python 的编码代理技能
使用场景
- 引导 AI 编码代理访问 Tensorlake 文档
- 通过实时文档启用沙箱使用
- 协助编排工作流
- 为代理提供 SDK 使用参考
README 摘要
# Tensorlake Skill **Up-to-date Tensorlake knowledge for AI coding agents.** A lightweight skill that teaches Claude Code, OpenAI Codex, Google ADK, and other coding agents how to write correct Tensorlake code — by routing them to live documentation at [docs.tensorlake.ai](https://docs.tensorlake.ai) ## Why This Exists AI coding agents hallucinate Tensorlake APIs. Their training data don't have the knowledge, so they invent function signatures, miss new features, and reference removed endpoints. This skill fixes that: when an agent detects a Tensorlake-related task, it fetches the live docs and uses them as the source of truth. It covers the **Python SDK** (`pip install tensorlake`), **TypeScript SDK** (`npm install tensorlake`), and **CLI** (`curl -fsSL https://tensorlake.ai/install | sh`). ## What is a "skill"? A skill is a small markdown instruction file that teaches an AI coding agent how to use a specific tool or library — similar in spirit to an MCP server, but lighter weight and model-agnostic. The agent reads the skill on activation, follows its instructions (e.g., "fetch live docs before writing code"), and applies the result to your task. No server to run, no extra runtime — just a file the agent reads. ## Example Without the skill: > **User:** Build me a Tensorlake sandbox that runs untrusted Python and exposes port 8000. > **Agent:** *(writes code referencing `Sandbox.new()` — an API that doesn't exist in current SDK)* With the skill: > **User:** Build me a Tensorlake sandbox that runs untrusted Python and exposes port 8000. > **Agent:** *(skill triggers → fetches `https://docs.tensorlake.ai/llms.txt` → loads `sandboxes/lifecycle.md` → writes correct code using current `tensorlake.Sandbox.create()` API)* ## What This Skill Does When it trigger
话题
暂无话题