fieldnote-ops/frameevidence1

frameevidence

受限的只读设计凭证插件,兼容 DSH 与 Figma REST API,支持 Agent 读取并分析 Figma 设计稿结构。

AI 分析

核心用途是让 Agent 在实现代码前审查设计稿。适合前端开发任务,使 Agent 能够直接读取 Figma 节点数据以保证还原度。需要 Figma 访问令牌。

包名
frameevidence
版本
0.1.2
许可证
MIT
最近更新
2026年8月15日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fieldnote-ops/frameevidence

Configuration

KeyDefaultMeaning
tokenEnvFIGMA_ACCESS_TOKENHost environment variable containing the PAT
defaultDepth4Default Figma subtree depth
maxDepth8Maximum model-requestable depth
maxNodes300Maximum nodes returned to the model
timeoutMs30000HTTP timeout
maxResponseBytes8388608Raw API response cap
cacheTtlMs300000In-memory GET cache duration