소스 정보
- 저장소
- tradingstrategy-ai/web3-ethereum-defi
- 최근 소스 활동
- 2026년 1월 5일 19:50
- 감지된 SKILL.md 언어
- 영어
- 스타
- 823
- 포크
- 187
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tradingstrategy-ai/web3-ethereum-defi --skill identify-vault-protocol명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | Identify vault protocol |
| description | Identify an unknown vault protocol based on its smart contract address |
This skill attempts to identify a vault protocol based on its smart contract source.
If there a named deployer address for the smart contract, save it as a clue as well. The "deployer" word in the name is not part of the protocol name.
Get it from the blockchain explorer.
If you cannot get the smart contract source code, abort.
The deployer name is the strongest indicator of the protocol name if available.
Do two separate searches on Github public repositories.
Try to identify the main repository where the contract development happens.
Use Github MCP tool.
If it looks like the protocol is using smart contracts from someone else, then make a note of this "Smart contracts are developed int the project X and protocol Y is using them." In this case we are interested in protocol Y in the further steps.
If there is a separation between who owns the smart contract and who is the deployer, then follow the deployer clue for the next steps.
Same search steos as above but do web search.
IGNORE ALL RESULTS ON TRADING STRATEGY WEBSITE AND ETH_DEFI REPOSITORY, AS WE CANNOT REFLECT BACK TO OURSELVES.
Same search steos as above but do web search.
If it looks like there are is a good match for some protocol we have not yet listed
If the search results from the earlier steps do not give good results, then ask for the human input what to attempt next.
Check the protocol website, documentation site and web search for smart contract audits.
For web search, use keywords
Also if there is a sepearate developer, do another search with use keywords
Usually audit reports are available as PDF or report-like web page.
Gather hints about the protocol fee structure in
Give bullet points output that contains:
The output format should be a Markdown block.
docs/protocol-research/{protocol name slugged}-{vault address}.md.