teamver-agent-skills
Engine-neutral Teamver agent skills: registry, executor, and the default catalog
(channel, DM, drive, jobs, mail, heartbeat) backed by teamver-agent-sdk.
Does not import OpenClaw or Hermes. Install an adapter:
pip install teamver-agent-skills teamver-openclaw-adapter
# or
pip install "teamver-agent-skills[openclaw]"
Quick use
from teamver_agent_sdk import TeamverAgent, TeamverAgentConfig
from teamver_agent_skills import SkillExecutor, SkillContext, build_default_registry
agent = TeamverAgent(TeamverAgentConfig.from_env())
executor = SkillExecutor(build_default_registry(), SkillContext(agent=agent))
result = await executor.execute("teamver_channel_list", {})
Legacy AgentToolAdapter (same API as agent-sdk tools):
from teamver_agent_skills import AgentToolAdapter
adapter = AgentToolAdapter(agent)
await adapter.dispatch("teamver_channel_post", {"channel_id": "CH-1", "text": "hi"})
Contracts: contracts/skills/ in the monorepo.
Public docs: teamver-sdk-docs/agent-skills (terminology: Teamver skills vs OpenClaw/Codex).
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file teamver_agent_skills-0.1.0.tar.gz.
File metadata
- Download URL: teamver_agent_skills-0.1.0.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
201da8e7375fde2e34b18a892af7f36bca7e99b5d55cc6d0d5eee8cb81f1e60d
|
|
| MD5 |
904ada8039ef755947642ce6619ff49d
|
|
| BLAKE2b-256 |
cd81128132844003469bcedbc45a91b0f4b38366c81345c9b66c7a65366642a1
|
File details
Details for the file teamver_agent_skills-0.1.0-py3-none-any.whl.
File metadata
- Download URL: teamver_agent_skills-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b9c128a65e5d86d1537b4c738da559f593e85b3905cded78d8faa485c53a89d
|
|
| MD5 |
3ab7afaf5ca68d674a4b2a312d90ff90
|
|
| BLAKE2b-256 |
a90ce6640758c96a02ce6a6b9dd7ebe9dc9f39055013675f11905dd282b0870b
|