Topview

ReviewAudited by ClawScan on May 1, 2026.

Overview

The skill is coherent with its stated Topview media-generation purpose, but it needs Topview account credentials and can spend credits or modify Topview assets, so users should install it knowingly.

Install this if you trust Topview and intend to let the agent use your Topview account for media generation. Verify the source, authenticate only through Topview domains, avoid uploading sensitive media unless you are comfortable sending it to Topview, and ask for cost confirmation before bulk, expensive, or destructive actions.

Findings (5)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Anyone using the skill is authorizing the agent to act through their Topview account for supported generation, board, and usage operations.

Why it was flagged

The skill requires delegated Topview account credentials and stores them locally for later API use.

Skill content
primaryEnv: TOPVIEW_API_KEY ... envVars: ... TOPVIEW_API_KEY ... TOPVIEW_UID ... storesCredentialsAt: ~/.topview/credentials.json
Recommendation

Only authenticate through a trusted Topview link, use a dedicated or least-privileged API key if available, and run the documented logout flow or rotate the key when no longer needed.

What this means

Requested generations may consume paid or prepaid Topview credits, especially for multi-step or batch workflows.

Why it was flagged

Generation actions are tied to the user's Topview credit balance, so automated or batch creative workflows can spend account credits.

Skill content
Before running a generation task, verify you have enough credits.
Recommendation

Ask the agent to estimate cost and confirm before large, repeated, or expensive generation jobs.

What this means

If invoked, the skill can change or delete Topview board organization and associated account assets.

Why it was flagged

The board module exposes account-mutating operations, including deleting Topview boards.

Skill content
`update` | Rename a board ... `delete` | Delete a board
Recommendation

Confirm board rename/delete actions explicitly and avoid letting the agent perform destructive board management unless you requested it.

What this means

Users relying only on registry metadata may not realize the skill needs local Python execution and Topview credential setup.

Why it was flagged

Registry metadata under-declares setup and credential needs compared with the skill documentation, which lists Python/pip requirements and Topview API credentials.

Skill content
Source: unknown ... No install spec — this is an instruction-only skill. ... Primary credential: none
Recommendation

Review the SKILL.md/README setup instructions and verify the publisher/repository before installing or authenticating.

What this means

If a webhook is used, task completion information may be sent outside the normal Topview/chat flow.

Why it was flagged

Some modules support passing a webhook URL for completion notifications, creating an external notification/data-flow option.

Skill content
`--notice-url URL` | Webhook URL for completion notification
Recommendation

Use webhook URLs only when you trust the destination and understand what task information will be delivered there.