Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计提醒

intent-engineer意向工程师

Agent Skill

intent-engineer 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,348

周安装

95

GitHub Stars

公开资料未说明

下载量

737
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:intent-engineer(意向工程师)
来源仓库:https://github.com/danielfoojunwei/intent-engineer
安装命令:
openclaw skills install intent-engineer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install intent-engineer

简介

意向工程师作为元框架,指导构建战略一致的 Agent Skill 生态系统。

  • 适用于 OpenClaw 中设计可扩展、高内聚的技能组合架构。
  • 控制代理自身操作流程并优化技能间交互逻辑,提升整体协同效率。
  • 使用前需评估其对现有技能加载机制的影响及潜在兼容性问题。
  • 建议结合项目实际需求调整框架参数,避免过度抽象导致维护困难。

SKILL.md

name
intent-engineering
description
A meta-framework for designing, building, and orchestrating an ecosystem of strategically-aligned agent skills. This skill governs how the agent itself operates, ensuring that all created skills work together as a cohesive, transparent, and governable system aligned with your organization's goals and values.

Intent Engineering: The Agent's Operating System

Overview

This skill is more than a tool; it is the operating system for the agent itself. It provides a comprehensive meta-framework for building and managing an ecosystem of interconnected agent skills. When you ask the agent to build something, it uses *this very skill* to guide its own reasoning, decision-making, and implementation process.

This framework extends the principles of intent engineering to a multi-skill environment and, critically, to the agent's own behavior. It introduces a structured approach to ecosystem architecture, data governance, skill composition, shared intent, and agent self-governance.

The Agent as the Orchestrator

The agent is not just a passive tool; it is the active orchestrator of this entire framework. This creates a virtuous cycle of recursive improvement.

  1. Intent Amplification: The agent takes your high-level, sometimes "shallow," prompts and uses this framework to translate them into well-architected, robust, and aligned skills.
  2. Complexity Absorption: The agent handles the intricate details of data contracts, orchestration patterns, and governance, allowing you to focus on strategic intent.
  3. Self-Referential Governance: The agent applies the principles of this framework to itself. Its decisions are logged, its outputs are validated against data contracts, and its actions are aligned with the shared intent. This is meta-governance.
  4. Recursive Improvement: The agent uses the intent-engineering skill to improve and extend the intent-engineering skill itself, creating a self-improving system.

The Intent-Driven Skill Ecosystem Architecture

An aligned skill ecosystem consists of five core components that work together to ensure that individual skills are greater than the sum of their parts.

ComponentDescriptionImplementation
1. Skill RegistryA centralized, machine-readable inventory of all available skills, their capabilities, dependencies, and data contracts.references/skill_registry.json
2. Data ContractsFormal schemas (JSON Schema) defining the inputs and outputs for each skill, ensuring predictable and reliable data exchange.references/data_contracts/
3. Orchestration EngineA system for defining and executing workflows that compose multiple skills, handling data flow, and managing dependencies.scripts/orchestrator.py
4. Shared Intent FrameworkA global set of organizational goals, values, and decision boundaries that all skills inherit, ensuring consistent alignment.references/shared_intent.md
5. Agent Decision FrameworkThe internal guidance system the agent uses to apply this framework, amplify user intent, and govern its own actions.references/agent_decision_framework.md

The Enhanced 4-Phase Workflow

The agent follows this workflow when you ask it to build or modify a skill.

Phase 1: Deconstruct Intent (Ecosystem-Aware)

Objective: To define a skill's strategic purpose *within the context of the broader ecosystem*.

New Workflow Steps:

  1. Define Skill's Role: In addition to its own goal, define how this skill contributes to the overall ecosystem.
  2. Align with Shared Intent: Consult the references/shared_intent.md to ensure the skill's values and boundaries are consistent with organizational-level principles.
  3. Identify Dependencies: Use the references/skill_registry.json to identify any existing skills this new skill will depend on.

Phase 2: Map Capabilities & Define Data Contracts

Objective: To define the skill's tasks and formalize its data interfaces.

New Workflow Steps:

  1. Design Workflow: Decompose the skill's tasks as before.
  2. Define Data Contracts: For each input and output, create a formal JSON Schema in the references/data_contracts/ directory.
  3. Specify Data Lineage: Document where the skill's input data comes from and where its output data goes.

Phase 3: Build Infrastructure & Register the Skill

Objective: To build the skill's resources and make it discoverable by the ecosystem.

New Workflow Steps:

  1. Build Resources: Create scripts and templates as before.
  2. Register the Skill: Add a new entry to the references/skill_registry.json.

Phase 4: Implement, Orchestrate, and Iterate

Objective: To implement the skill's logic, including its interactions with other skills.

New Workflow Steps:

  1. Implement Logic: Write the core logic for the skill.
  2. Orchestrate Interactions: Use the scripts/orchestrator.py to call other skills.
  3. Validate and Deliver: Validate the skill and its interactions within the ecosystem.

Resources for Ecosystem Orchestration

This skill now includes a richer set of resources to manage the entire ecosystem:

  • references/shared_intent.md: Defines the global values and goals for the entire organization.
  • references/skill_registry.json: A central catalog of all skills.
  • references/data_contracts/: A directory containing all data contract schemas.
  • references/agent_decision_framework.md: The agent's internal guidance for applying this framework.
  • references/recursive_skill_development.md: A guide on how the agent can improve this skill itself.
  • scripts/orchestrator.py: A Python script for composing and executing multi-skill workflows.
  • templates/agent_audit_log.md: A template for auditing the agent's own actions during skill creation.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.84%
按下载量换算647

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills