fieldnote-ops/frameevidence ↗★ 1
frameevidence
Bounded, read-only design evidence for agent harnesses; compatible with DeepSeek Harness and the Figma REST API.
AI Analysis
核心用途是让 Agent 在实现代码前审查设计稿。适合前端开发任务,使 Agent 能够直接读取 Figma 节点数据以保证还原度。需要 Figma 访问令牌。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fieldnote-ops/frameevidenceREADME
Read the full 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 |