원클릭으로
skill-updater
技能版本更新機制。指示 AI Agent 直接透過工具讀取遠端 GitHub 倉庫,比對 public/SKILLS/ 內技能的差異並執行自動化更新流程。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
技能版本更新機制。指示 AI Agent 直接透過工具讀取遠端 GitHub 倉庫,比對 public/SKILLS/ 內技能的差異並執行自動化更新流程。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Expert in Aptos CLI for account management, contract deployment, transaction submission, and node operations. Use when using the Aptos CLI to initialize profiles, deploy Move contracts, submit transactions, manage accounts, or operate Aptos nodes.
Expert in Aptos blockchain core architecture: consensus (AptosBFT), execution (Block-STM), and networking. Use when analyzing Aptos protocol design, the Rust codebase, validator operations, or understanding how Block-STM parallel execution works.
Expert in Aptos Indexer architecture and GraphQL API for querying blockchain data. Use when querying NFTs, coin balances, or transaction history via GraphQL, designing custom processors, or optimizing data retrieval from the Aptos blockchain.
Expert in Aptos Framework standards and Token Standards (AIPs). Use when implementing Fungible Assets (AIP-21), Digital Assets (AIP-11), or interacting with core framework modules and Aptos Improvement Proposals.
Expert on Aptos Object Model for composable, transferable on-chain assets. Use when working with ObjectCore, Object wrappers, ConstructorRef, ExtendRef, DeleteRef, TransferRef capabilities, or implementing composable asset patterns on Aptos blockchain.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
SOC 직업 분류 기준
| name | skill-updater |
| description | 技能版本更新機制。指示 AI Agent 直接透過工具讀取遠端 GitHub 倉庫,比對 public/SKILLS/ 內技能的差異並執行自動化更新流程。 |
此技能定義了 AI Agent 如何自主檢查並同步 SKILLS_All-in-one 平台中位於 public/SKILLS/ 內的公共技能,確保其安全性與遠端來源保持一致。
當接收到「檢核更新」任務時,AI Agent 必須 執行以下動作:
@src/data/skills.ts 取得技能的 githubUrl。@public/SKILLS/ 下的技能執行檢查。web_fetch 讀取遠端路徑下的 SKILL.md (原始碼)。
raw.githubusercontent.com 下載路徑。SKILL.md 的內容與本地 public/SKILLS/ 目錄下的 SKILL.md 進行內容比對。version 較新,則標記為「待更新」。github-skill-importer。@public/SKILLS/Uncategorized/tmp-update-{FolderName}/。skill-security-auditorPASS 方可繼續。read_file 讀取暫存區檔案,確保內容非空且未損壞。tmp-bak/,以利更新失敗時還原。@public/SKILLS/{Category}/ 下的正式路徑,覆蓋舊版。src/data/skills.ts 中該技能的 updatedAt 或 version。sql-migration-manager 將 UPDATE 語句記錄於 database/incremental_updates.sql 頂部。npm run prebuild。public/SKILLS/ 目錄下的技能。嚴禁將此流程應用於 .agent/skills/ 內的內部管理技能。incremental_updates.sql 已同步。