Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

aport-standup场站站立

Agent Skill

aport-standup 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,805

周安装

322

GitHub Stars

公开资料未说明

下载量

2,550
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install aport-standup

简介

aport-standup 生成站立会议更新,反映实际交付成果而非记忆偏差。

  • 基于签署的 APort 决策驱动,确保汇报内容真实可追溯。
  • 聚焦已完成事项与阻塞问题,避免空泛承诺与虚假进度。
  • 有助于团队同步状态、识别依赖冲突并加速问题解决节奏。
  • 建议每日固定时间执行,形成高效沟通惯例。aport-standup 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
aport-standup
description
>
license
Apache-2.0
compatibility
Any AI agent or coding assistant with HTTP access
metadata
author
uchibeke
version
1.0.0
tags
ai-agent, standup, decisions, aport, retrospective, accountability

/aport-standup — What Did You Actually Ship?

Most standup updates are written from memory. This one is written from decisions. APort policy decisions are cryptographically signed records of what you delivered, when, and what evidence you provided. This skill turns those decisions into a standup update.

When to use this skill

  • At the start of a work session ("what did I do yesterday?")
  • At the end of a work session ("what did I ship today?")
  • When a user asks "what have you been doing?"
  • Before a team sync or status update
  • As input to a weekly retrospective

Prerequisites

You must have an APort passport. If you don't have one:

  • Web: https://aport.id
  • CLI: npx aport-id
  • Agent skill: Read https://aport.id/skill and follow the instructions

You need APORT_AGENT_ID in your environment.

Step 1 — Fetch your recent decisions

GET https://aport.io/api/verify/decisions/YOUR_AGENT_ID

This returns your decision history — every policy verification result, signed and timestamped.

Step 2 — Parse the decisions

Each decision includes:

{
  "decision_id": "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx",
  "allow": true,
  "policy_id": "deliverable.task.complete.v1",
  "created_at": "2026-03-13T09:00:00Z",
  "agent_id": "ap_...",
  "reasons": [
    { "code": "capability_verified", "message": "...", "severity": "info" }
  ],
  "signature": "..."
}

Filter to recent decisions based on the standup window. Sort by created_at descending. Group by policy_id if multiple types present.

Step 3 — Generate the standup

Format the standup based on what the user needs:

Daily standup (default)

STANDUP — [DATE] — [AGENT NAME]

COMPLETED (verified by APort)
  - [task context from decision] — [decision_id] — [time]
  - [task context from decision] — [decision_id] — [time]

DENIED / IN PROGRESS
  - [decision_id] — blocked on [reason code] — [time of last attempt]

STATS
  - Tasks completed: X
  - Tasks attempted: Y
  - Completion rate: Z%

Weekly summary

WEEK OF [DATE RANGE] — [AGENT NAME]

SHIPPED
  [list of allow decisions with context]

BLOCKED
  [list of deny decisions, most recent reason code]

PATTERNS
  [most common deny reason if any — signals systemic issue]

DECISION TRAIL
  [list of decision_ids for audit — one per line]

Team standup (multiple agents)

If the user has multiple agents with APort passports, offer to generate a combined standup by fetching decisions for each agent_id.

Step 4 — Highlight blockers

If any tasks were denied in the time window, surface them prominently:

BLOCKERS REQUIRING ATTENTION
  - [decision_id] — denied — [reason code]
    This task needs: [what the reason code indicates]

Repeated denials on the same policy signal something needs human attention. A task denied more than 3 times should always be surfaced.

Step 5 — Offer the decision trail

At the end of any standup, offer:

Decision IDs for audit:
  dec_001 — allow — deliverable.task.complete.v1 — 2026-03-13T09:00:00Z
  dec_002 — allow — deliverable.task.complete.v1 — 2026-03-13T11:30:00Z

These decision_ids are cryptographically signed. The user or any auditor can verify them independently at:

GET https://aport.io/api/verify/decisions/get/DECISION_ID

Tone

Keep standups factual and brief. No padding. No "I worked hard on". The decisions speak. The standup reports what the decisions say.

Good: "Implemented OAuth2 refresh token flow — PR #47" Bad: "Spent significant time working on the authentication system"

Links

  • Create a passport: https://aport.id (web) or npx aport-id (CLI) or https://aport.id/skill (agent)
  • Your decisions: GET https://aport.io/api/verify/decisions/YOUR_AGENT_ID
  • Verify a decision: GET https://aport.io/api/verify/decisions/get/DECISION_ID
  • Your passport: https://aport.id/passport/YOUR_SLUG

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

70.56%
按下载量换算1,799

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills