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

maibei-upload-audit麦贝上传审核

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

2,157

周安装

89

GitHub Stars

公开资料未说明

下载量

705
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install maibei-upload-audit

简介

在 MaybeAI 上上传和审核产品媒体:上传文件、运行分析和审核、生成 HTML 报告并通过 trycloudflare 隧道共享结果。

SKILL.md

name
maibei-upload-audit
description
Upload local/inbound media to Maibei/MaybeAI, copy the audit spreadsheet, analyze uploaded files into the sheet, run the audit stage, generate a visual HTML report, and share it via trycloudflare tunnel. Use when a user asks to upload product images/videos to https://maibei.maybe.ai/e-commerce/upload-audit-file, continue an existing audit batch, fetch the generated spreadsheet link, run the audit pipeline end-to-end, or replay any step with a valid MaybeAI token and user-id. Triggers on: "上传文件并审核", "maybe audit", "maibei audit", "run audit pipeline", "上传审核", "生成审核报告", "分享审核链接".

Maibei Upload Audit

Full end-to-end upload + analyze + audit + HTML report generation + share pipeline.

Quick start

python3 scripts/upload_audit.py \
  --token "<bearer-token>" \
  --user-id "<user-id>" \
  --mode full \
  --file "/path/to/image.jpg"

With automatic HTML report generation + trycloudflare sharing:

python3 scripts/upload_audit.py \
  --token "<bearer-token>" \
  --user-id "<user-id>" \
  --mode full \
  --file "/path/to/image.jpg" \
  --html \
  --share

Correct end-to-end order

  1. Confirm inputs: bearer token, user-id, local files or inbound media
  2. Upload each file with the MaybeAI tRPC upload API
  3. Run copy-sheet workflow to create a working spreadsheet
  4. Run analyze workflow to classify files, OCR text, and write rows into 审核文件信息
  5. Run the audit stage (audit + font-audit in parallel)
  6. Run the summary workflow after audit stage completes
  7. Generate HTML report grouping results by media URL, sorted by risk
  8. Share via trycloudflare to produce a public URL
  9. Return the working sheet URL + public HTML report URL

Audit stage execution model

Treat the audit stage as one logical stage after analyze finishes.

Current known workflows inside that stage:

  • audit workflow artifact: 69c6582612aa26396bd2ace7
  • font-audit workflow artifact: 69ccb9d584cf626fe68ff7ea

Inside that stage, audit and font-audit run in parallel as internal workflows, then summary runs after both complete.

Current known workflow ids

For /e-commerce/upload-audit-file:

  • copy workflow artifact: 69ca226377efb8a1de743d34
  • analyze workflow artifact: 69c245bca5e657510a37a6a2
  • audit workflow artifact: 69c6582612aa26396bd2ace7
  • font-audit workflow artifact: 69ccb9d584cf626fe68ff7ea
  • summary workflow artifact: 69ca16d067a09db8deb145c2
  • source Excel URL: https://www.maybe.ai/docs/spreadsheets/d/69c2400ea25ba20198828d73?gid=0

Required auth context

Need all of:

  • bearer token
  • user-id
  • local files or inbound media, or already-uploaded file URLs

Script usage

upload_audit.py --mode <mode> [options]

Modes:
  upload    Upload files only
  copy      Copy source Excel only
  analyze   Run analyze step (requires --sheet-url or prior upload)
  audit     Run audit + font-audit
  summary   Run final summary
  full      Upload → copy → analyze → audit → summary (all in one)

Full-mode options:
  --file <path>            Local file to upload (repeatable)
  --html                   Generate HTML report after workflows complete
  --share                  Share HTML report via trycloudflare tunnel
  --html-only              Skip workflows, generate HTML from prior results
  --skip-analyze           Skip analyze step in full mode
  --skip-audit             Skip audit step in full mode
  --skip-font              Skip font-audit step in full mode
  --skip-summary           Skip final summary step

Other options:
  --token <token>          MaybeAI bearer token (required)
  --user-id <id>           MaybeAI user-id (required)
  --sheet-url <url>        Existing working sheet URL
  --source-excel-url <url> Source Excel URL (default: see above)
  --print-json             Output results as JSON

HTML report generation

When --html is passed (or --mode html), the script generates a self-contained HTML report at $WORKDIR/audit_report.html.

The report includes:

  • Top-level summary metrics (total / high / medium / low risk counts)
  • Overall audit result badge
  • Tabbed view by risk level (高风险 / 中风险 / 低风险)
  • Per-item cards ordered by risk (high → medium → low), each containing:

- Media preview thumbnail - Media URL (clickable) - Overall risk level badge - 第三方审核 / 内部规则审核 / 行业规则审核 / 字体审核 sub-results - 风险点 (risk hits) - BLOCK reason in plain language - 建议修改点 and concrete rewrite direction

  • Link back to the original working spreadsheet

The HTML is fully self-contained (no external JS/CSS dependencies) and responsive.

Sharing via trycloudflare

When --share is passed, after HTML generation the script:

  1. Starts a local HTTP server serving the workspace directory
  2. Starts a cloudflared tunnel to expose it publicly
  3. Waits for the trycloudflare URL to become reachable
  4. Verifies the URL returns HTTP 200
  5. Returns the verified public URL
python3 scripts/share_url.py /path/to/file.html
# outputs: https://xxxx.trycloudflare.com/file.html

Upload step

Use the MaybeAI tRPC endpoint:

POST https://maibei.maybe.ai/api/trpc/imageGetUploadUrl

Request shape:

{ "key": "superapp/uploads/<timestamp>-<filename>" }

Response fields:

  • result.data.uploadUrl
  • result.data.url

Upload pattern:

  1. Call imageGetUploadUrl with a unique key
  2. PUT raw file bytes to uploadUrl
  3. Use url as the uploaded public URI in later workflows

Analyze payload construction

Build variable:dataframe:product_images as rows:

[
  {
    "url": "https://statics.maybe.ai/.../file.webp",
    "file_type": "image",
    "file_name": "file.webp"
  }
]

Use file_type: "image" for png/jpg/jpeg/webp/gif.

Audit and summary payload

Send all three values:

[
  { "name": "variable:scalar:copy_excel_url", "default_value": "<sheet>" },
  { "name": "variable:scalar:excel_url", "default_value": "<sheet>" },
  { "name": "variable:dataframe:copy_excel_url_data", "default_value": [{ "copy_excel_url": "<sheet>" }] }
]

Font-audit payload

Send:

[
  { "name": "variable:scalar:copy_excel_url", "default_value": "<sheet>" }
]

Execution communication rules

Report progress at every step. Required progress messages:

📤 正在上传文件 1/5...
✅ 文件1 上传完成
📋 正在复制源Excel...
✅ 复制完成
🔍 正在分析文件...
✅ 分析完成
🔴 正在审核(内部规则 + 行业规则)...
✅ 审核完成
🔤 正在字体审核...
✅ 字体审核完成
📊 正在汇总...
✅ 汇总完成
🌐 正在生成HTML报告...
✅ 报告已生成
🔗 正在分享到公网...
✅ 报告已发布: https://xxx.trycloudflare.com/audit_report.html

Response format

After successful end-to-end run with --html --share, return:

  • Working sheet URL
  • Uploaded file URLs (if applicable)
  • Copy step result
  • Analyze step result
  • Audit step result
  • Summary workflow result
  • HTML report local path
  • Public share URL (trycloudflare)

Debugging

If upload fails:

  1. Verify token and user-id
  2. Inspect imageGetUploadUrl response shape
  3. Verify the PUT upload returns 200

If workflow fails:

  1. Verify the artifact id by calling workflow/detail/public
  2. Verify Authorization: Bearer <token> and user-id on play-be.omnimcp.ai
  3. Inspect streamed events, especially action_output, dataflow_output, and workflow_output

Resources

maibei-upload-audit/
├── SKILL.md
├── scripts/
│   ├── upload_audit.py   # Main CLI for full pipeline
│   └── share_url.py      # Trycloudflare sharing utility
└── references/
    ├── protocol-notes.md      # API request/response shapes
    └── live-run-notes.md      # Validated execution notes

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

75.87%
按下载量换算535

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills