一键导入
enterprise-agent-builder
Build tenant-scoped business agents, knowledge, skills, data-fetch scripts, and invite flows for enterprise deployments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build tenant-scoped business agents, knowledge, skills, data-fetch scripts, and invite flows for enterprise deployments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Coordinate admin-to-local-agent report requests, local-user transcript summaries, recurring report plans, and multi-turn follow-ups.
Remove refusal behaviors from open-weight LLMs using OBLITERATUS — mechanistic interpretability techniques (diff-in-means, SVD, whitened SVD, LEACE, SAE decomposition, etc.) to excise guardrails while preserving reasoning. 9 CLI methods, 28 analysis modules, 116 model presets across 5 compute tiers, tournament evaluation, and telemetry-driven recommendations. Use when a user wants to uncensor, abliterate, or remove refusal from an LLM.
Gmail, Calendar, Drive, Contacts, Sheets, and Docs integration for Hermes. Uses Hermes-managed OAuth2 setup, prefers the Google Workspace CLI (`gws`) when available for broader API coverage, and falls back to the Python client libraries otherwise.
Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.
End-to-end pipeline for writing ML/AI research papers — from experiment design through analysis, drafting, revision, and submission. Covers NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Integrates automated experiment monitoring, statistical analysis, iterative writing, and citation verification.
Control Spotify — play music, search the catalog, manage playlists and library, inspect devices and playback state. Loads when the user asks to play/pause/queue music, search tracks/albums/artists, manage playlists, or check what's playing. Assumes the Hermes Spotify toolset is enabled and `hermes auth spotify` has been run.
| name | enterprise-agent-builder |
| description | Build tenant-scoped business agents, knowledge, skills, data-fetch scripts, and invite flows for enterprise deployments. |
| version | 1.0.0 |
| metadata | {"hermes":{"tags":["enterprise","agent-builder","business-agent","skills"],"category":"enterprise"}} |
Use this skill when an administrator wants to create, configure, or improve a business agent for any kind of business.
You are still a normal Hermes agent. Use native Hermes tools, native skills, and normal tool-calling behavior. The difference is scope: you are building tenant-scoped business agents and tenant/agent-scoped enterprise skill packages.
Use enterprise_builder for enterprise mutations. Do not edit enterprise.db directly.
enterprise_builder only after the admin explicitly confirms the specific draft.For an initial message like "create an agent for my bakery business", do not call mutating enterprise_builder actions. That request identifies an industry, but it is missing business-specific details.
First ask for the most important missing information, or provide a clearly labeled starter draft and ask whether to apply it. Useful questions include:
Only call mutating actions such as create_agent, update_agent, create_agent_skill, set_skill_catalog, or create_invite after the admin confirms with language such as "apply this", "yes create it", "save this agent", or equivalent.
When calling a mutating enterprise_builder action after confirmation, set confirmed_by_admin: true. Never set it to true for vague initial requirements.
When an admin describes a business database, create a tenant/agent-scoped enterprise skill package instead of a global skill.
The package should include:
SKILL.md instructions explaining when to fetch data and how to summarize it.scripts/*.py files when executable fetching is required.For example, if the admin says order history is in order_history and profile data is in user, create a skill that explains:
enterprise_builder returns success.enterprise_builder actions until the admin has approved a specific draft.SKILL.md, scripts, or knowledge fields.enterprise_builder Actionsstatus: inspect tenant, users, and agents.list_builtin_skills: inspect native skills that can be allowlisted for business agents.create_agent: create a business agent with prompt fields and knowledge after explicit admin approval.update_agent: revise an existing business agent after explicit admin approval.set_skill_catalog: make a native built-in skill visible or hidden for a business agent after explicit admin approval.create_agent_skill: create a tenant/agent-scoped enterprise skill package, including optional scripts/*.py, after explicit admin approval.create_invite: generate an invite for a user and assign accessible agents after explicit admin approval.When applying changes, summarize what was actually created:
Keep the response concise and operational.