Evidence snapshot reviewed Aug 30, 2026GitHub checked Aug 21, 2026
Source-reviewedStandalone SkillDeveloper Tools

helloagents-meta

Defines how HelloAGENTS Skills declare metadata, opt into implicit activation, and expose explicit command Skills.

At a glance

What it does

Defines how HelloAGENTS Skills declare metadata, opt into implicit activation, and expose explicit command Skills.

Capabilities
Developer ToolsConfigurationDocumentationPlugin Management

Before you choose it

Documents the HelloAGENTS Skill system: required frontmatter fields, on-demand loading, implicit activation for quality Skills, and explicit invocation for command Skills.

Best for

HelloAGENTS maintainers and users reviewing how its Skill system is organized.

Common tasks

  • Understand Skill activation rules
  • Author compatible Skill frontmatter
  • Distinguish quality Skills from explicit commands

Permissions and data

The skill guides a local workflow; external behavior was not independently audited.

Permissions
  • Uses the declared plugin or skill workflow.
Data handling
  • Data handling was not independently audited.
External services
  • External services follow the supplied project documentation.
Credentials
  • Credential requirements were not independently tested.

Limitations

  • The supplied record does not establish runtime compatibility.

What DSHub checked

  • The pinned source and supplied artifact evidence were captured.

What DSHub did not check

  • Installation and runtime behavior were not tested.

Pinned install

Primary action

This standalone skill does not have a DSH Plugin install action. Use its source documentation for the delivery method.

Visit the source project

Maintainer source

Skill instructions

View at commit 79c0b48
Maintainer-authored contentCaptured from skills/_meta/SKILL.md on Aug 30, 2026. The text and repository-relative media are fixed to commit 79c0b482fd20 with content hash fd1a00ec5b0a; provider-hosted badges may update independently. SKILL.md commands are upstream documentation; use the type-correct primary action above and verify it against this pinned source.

name: helloagents-meta description: HelloAGENTS 技能系统规范 policy: allow_implicit_invocation: false

Skill 系统

Skills 是带 YAML frontmatter 的 Markdown 文件。

  • helloagents: 由检查清单驱动的质量把关(每次对话自动加载)
  • hello-*: 质量技能(根据任务自动激活,提供实现要求和交付检查清单)
  • commands/*: 用户通过 ~command 调用

Skills 按需加载,不预加载。

Frontmatter 字段

  • name: 技能名称(必填)
  • description: 技能描述,用于元数据层判断是否相关(必填)
  • policy.allow_implicit_invocation: 是否允许隐式激活(false = 仅显式调用)。缺省时默认 true(hello-* 质量技能根据任务自动激活)。commands/* 必须显式设为 false(仅通过 ~command 调用)

Operate deliberately

Install and manage

Prerequisites and target Profile

Target No native DSH Profile target.

Delivery Skill Files — https://github.com/hellowind777/helloagents

Compatibility and access

Requires_host_review Not established by supplied evidence

Review compatibility evidence

Risk facts

Execution

Review instructions before use.

Evidence
Evidence and editorial reviewManifest, Bundle patch, distribution and freshness

Immutable evidence

Review status and source activity

Human approved

Approved for publication after reviewing the source-linked content and immutable release record. AI assisted with the draft; the publication decision was human.

Human reviewed Aug 30, 2026, 10:05 AM UTCGitHub facts last checked Aug 30, 2026, 9:53 AM UTC

No material source change has been recorded since this evidence baseline.

Next step

Compare ecosystem artifact types

Subscribe to material changes for helloagents-meta