Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

Agentium

Agentium에는 AshminDhungana에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
9
Stars
4
업데이트
2026-07-20
Forks
4
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

vector-db
기타 컴퓨터 관련 직업

Use the 'vector_db' agent tool to read from and write to the shared ChromaDB vector store that powers Agentium's collective RAG memory. Covers query/get/add actions, the writable-collection allow-list, metadata conventions, and how to surface this knowledge to other agents through ChromaDB.

2026-07-20
operating-knowledge
기타 컴퓨터 관련 직업

Core operating knowledge every Agentium agent should consult before acting: which tool or skill to use for a given intent (fetch a URL, search the web, run a shell command, read/write collective memory, access host files), host-system access patterns, and general best practices. Use it when you are unsure which capability applies, or before touching the host filesystem or running commands. Skill file at backend/.agentium/skills/operating_knowledge/SKILL.md.

2026-07-20
web-crawling
소프트웨어 개발자

Crawl a website beyond a single page using the web_crawler tool: depth-limited, polite link traversal that follows links and returns each page as clean Markdown. Use it when you need multi-page content, sitelinks, or structured site reading rather than one URL (web_fetch) or search results (web_search). Covers robots.txt respect, rate limiting, and depth limits. Skill file at backend/.agentium/skills/web_crawling/SKILL.md.

2026-07-20
code-execution
소프트웨어 개발자

Run code in an isolated Docker sandbox via the code_execution tool. Raw data never leaves the sandbox; you receive only a structured summary. Use for safe computation, data transforms, or running untrusted snippets. Restricted to 0xxxx/1xxxx/2xxxx tiers. Skill file at backend/.agentium/skills/code_execution/SKILL.md.

2026-07-18
tool-search
기타 컴퓨터 관련 직업

Discover registered Agentium tools by describing what you need, using the tool_search tool. Returns ranked tool names and descriptions scoped to your tier, so you can find the right tool without seeing the entire tool list. Use the get action to fetch one tool's full descriptor. Skill file at backend/.agentium/skills/tool_search/SKILL.md.

2026-07-18
web-fetch
소프트웨어 개발자

Fetch a URL and return its page content as clean Markdown with a token budget, so an agent can read a web page without burning context. Use the web_fetch tool when you have a specific URL and need its content (not search results). Skill file at backend/.agentium/skills/web_fetch/SKILL.md.

2026-07-18
skill-creator
기타 컴퓨터 관련 직업

Head or Council agents use the skill_creator tool to define and persist a new runtime Skill (SKILL.md) that is indexed into ChromaDB for collective RAG retrieval. Full reference in backend/.agentium/skills/skill_creator/SKILL.md.

2026-07-18
tool-creator
기타 컴퓨터 관련 직업

Head or Council agents use the tool_creator tool to define and register a new runtime tool for themselves. Full reference in backend/.agentium/skills/tool_creator/SKILL.md.

2026-07-18
bash
네트워크·컴퓨터 시스템 관리자

Run shell/terminal commands in the Agentium Docker stack safely — pytest, alembic, ruff/black/mypy, docker compose, make, and Postgres/Redis/Chroma inspection. Covers the ShellTool list-vs-shell rule and safe-bash discipline.

2026-07-16