fieldnote-ops/frameevidence ↗★ 1
frameevidence
受限的只读设计凭证插件,兼容 DSH 与 Figma REST API,支持 Agent 读取并分析 Figma 设计稿结构。
AI 分析
核心用途是让 Agent 在实现代码前审查设计稿。适合前端开发任务,使 Agent 能够直接读取 Figma 节点数据以保证还原度。需要 Figma 访问令牌。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fieldnote-ops/frameevidence说明文档
阅读完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
tokenEnv | FIGMA_ACCESS_TOKEN | Host environment variable containing the PAT |
defaultDepth | 4 | Default Figma subtree depth |
maxDepth | 8 | Maximum model-requestable depth |
maxNodes | 300 | Maximum nodes returned to the model |
timeoutMs | 30000 | HTTP timeout |
maxResponseBytes | 8388608 | Raw API response cap |
cacheTtlMs | 300000 | In-memory GET cache duration |