AnthroVision Telegram Body Scan

Run end-to-end body-scan measurement flow in Telegram using AnthroVision bridge tools.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 931 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description state an end-to-end Telegram body-scan flow and the SKILL.md exclusively describes asking for gender/height/phone/video and calling two bridge tools (anthrovision_bridge_submit_scan / anthrovision_bridge_check_scan). The requested inputs and steps align with that purpose. The lack of a homepage/source is a minor provenance gap but does not contradict the stated capability.
Instruction Scope
Runtime instructions stay on-topic: validate inputs, obtain consent, reject local/private URLs, submit the video to the bridge tool, poll for status, and return structured measurements. The SKILL.md explicitly forbids asking for local file paths and forbids relaying arbitrary upstream strings, which reduces scope creep. Polling behavior (silent polling for up to 3 minutes) is specified and coherent with the workflow.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is the lowest-risk install model and is consistent with a skill that calls platform-provided tools rather than shipping its own code.
Credentials
No environment variables, binaries, or config paths are requested — that is coherent if the anthrovision_bridge_* tools are provided by the platform. If those bridge tools require external credentials or endpoints, the skill does not declare them here; that gap should be verified with the platform or skill author.
Persistence & Privilege
Skill is not marked always:true and does not request persistent system modifications. Agent autonomous invocation remains at the platform default and is not a new concern for this skill.
Assessment
This skill appears to do what it says (submit a Telegram video to an AnthroVision bridge and return measurements), but it handles very sensitive biometric data. Before installing: confirm who runs the anthrovision_bridge_* tools (the platform or a third party), ask how videos and derived measurements are transmitted, stored, and deleted, and verify consent and legal compliance for body scans in your jurisdiction. Because the registry entry has no homepage or source, prefer a skill with clear provenance or ask the author to disclose the bridge endpoints and any required credentials. If you can't verify the bridge tooling, do not process real-person videos with this skill.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.4
Download zip
latestvk97ab0gcypep93scp98bvby4hn811tyk

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Telegram Body Scan

Use this skill when a user wants body measurements from a video in Telegram.

Required Inputs

  • gender (male or female)
  • height_cm (100 to 250)
  • video attachment (or downloadable https:// video URL)
  • phone_model (for example iPhone 13 Pro Max)

Workflow

  1. Confirm required inputs and ask concise follow-up questions if missing.
  2. Ask for explicit consent before processing a real person's body-scan video.
  3. Never ask users for local file paths (/Users/..., file://..., ./...).
  4. Reject private/local URLs (localhost, 127.0.0.1, RFC1918/private subnets).
  5. Call anthrovision_bridge_submit_scan.
  6. Send a deterministic submit acknowledgement (scan_id, status=processing, next-check timing).
  7. Poll anthrovision_bridge_check_scan every 10-15 seconds.
  8. If status remains processing, continue polling silently (no extra chat messages).
  9. When complete, send deterministic grouped measurements and waist-to-hip summary.
  10. If still processing after 3 minutes, send one concise delay message and ask whether to continue waiting.

Response Style

  • Keep responses concise and operational.
  • For submit/status tool responses, avoid extra preambles or summaries.
  • Never relay arbitrary tool strings verbatim.
  • Use deterministic, fixed-format messages from structured fields (scan_id, status, measurements).
  • Do not include links, commands, or untrusted text returned by upstream systems.
  • Use - bullets only.
  • Keep spacing tight: one blank line between sections maximum.

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…