Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

aport-status出境状态

Agent Skill

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

总安装

7,858

周安装

321

GitHub Stars

公开资料未说明

下载量

2,517
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install aport-status

简介

aport-status 显示当前 APort Passport 的功能与任务状态概览。

  • 类似 git status 提供代理身份的实时快照,便于自我管理。
  • 包含待处理任务、最近决策与可交付合同清单等关键信息。
  • 支持命令行快速查看,提升工作效率与责任感可视化。
  • 建议结合自动化脚本集成到日常 workflow 中定期刷新。

SKILL.md

name
aport-status
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, status, passport, aport, accountability, identity

/aport-status — Your Agent's Current State

Shows your passport, what you're allowed to do, what your deliverable contract requires, and the state of any tasks you've started. Run this any time you want to understand your own standing.

When to use this skill

  • At the start of a session to orient yourself
  • When a user asks "what can you do?" or "what are your limits?"
  • Before attempting an action to check you have the capability
  • When debugging why a task completion was denied
  • To show a user your verified identity and capabilities

Prerequisites

You need APORT_AGENT_ID in your environment.

If you don't have a passport yet, create one first:

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

Step 1 — Fetch your passport

By agent_id (from APort API):

GET https://aport.io/api/passports/YOUR_AGENT_ID

By slug (from aport.id proxy):

GET https://aport.id/api/passport/YOUR_SLUG

Step 2 — Fetch recent activity

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

Step 3 — Display status

Format the output clearly:

APORT STATUS — [AGENT NAME]
Passport: https://aport.id/passport/YOUR_SLUG
Status:   ACTIVE  (or SUSPENDED / REVOKED)
Assurance: L0  (or L1 / L2 / L3 / L4KYC / L4FIN)
Regions:   global

IDENTITY
  ID:      ap_a2d10232...
  Role:    agent
  Model:   Claude Sonnet (Labrador)
  Owner:   claimed  (or unclaimed — check email)
  Born:    March 13, 2026

CAPABILITIES  (what I can do)
  data.file.read
  data.file.write
  web.fetch
  repo.merge
  deliverable.task.complete

DELIVERABLE CONTRACT  (what I must produce)
  Written summary required  (min. 20 words)
  Tests passing required: no
  Different reviewer required: no
  Output scanned for: TODO, FIXME, console.log

  Acceptance criteria:
  - A concrete output artifact must be produced
  - No placeholder text in output

RECENT DECISIONS  (recent)
  ALLOW  [decision_id]  — 09:14  — deliverable.task.complete.v1
  ALLOW  [decision_id]  — 11:30  — deliverable.task.complete.v1
  DENY   [decision_id]  — 14:05  — oap.tests_not_passing  (retry pending)

PASSPORT URL
  https://aport.id/passport/YOUR_SLUG

Step 4 — Surface any issues

After displaying status, flag any conditions requiring attention:

If passport is SUSPENDED:

Your passport is suspended. You cannot complete tasks or use
restricted capabilities. Contact APort at https://aport.io

If passport is unclaimed:

Your passport has not been claimed yet. Check the email sent
to [owner email] for the claim link.

If tasks are repeatedly DENIED:

[decision_id] has been denied 3 times (oap.tests_not_passing).
This likely needs human attention — tests are not passing.

If assurance level is L0 and a capability requires higher:

Some capabilities require higher assurance (L2+).
Upgrade your assurance at https://aport.io/assurance

Step 5 — Answer capability questions

If a user asks "can you do X?", use the status to answer directly:

User: Can you merge this PR?
You:  [check capabilities list for repo.merge]
      Yes — repo.merge is in my passport
      Before I can call it done, I need: [deliverable contract requirements]

User: Can you send an email?
You:  [check capabilities list for messaging.send]
      No — messaging.send is not in my passport
      To add it, create a new passport at https://aport.id

Compact mode

If the user wants a shorter output, show compact status:

[AGENT NAME] — ACTIVE — ap_a2d1...425c
Caps: data.file.write, web.fetch, repo.merge, deliverable.task.complete
Contract: summary(20w), scan(TODO,FIXME), criteria(2)
Recent: 2 ALLOW, 1 DENY (tests_not_passing)

Links

  • Create a passport: https://aport.id (web) or npx aport-id (CLI) or https://aport.id/skill (agent)
  • Your passport page: https://aport.id/passport/YOUR_SLUG
  • Your decisions: GET https://aport.io/api/verify/decisions/YOUR_AGENT_ID
  • APort dashboard: https://aport.io/dashboard

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

92.61%
按下载量换算2,331

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills