← Back to Skills Marketplace
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install toolweb-glancify
Description
A proxy service that wraps external web pages with Glancify, enabling interactive content visualization and keyword extraction.
Usage Guidance
This skill forwards arbitrary target URLs and (implicitly) page content to a third-party API (toolweb.in). Before installing or using it: (1) Do not allow the skill to be used on internal, private, or authenticated URLs — it can leak sensitive content. (2) Verify the vendor (toolweb.in) and review their privacy/security policy and TLS endpoint; confirm whether API keys or billing are required. (3) Prefer testing only with non-sensitive public pages. (4) If you plan to enable autonomous invocation, restrict or require explicit user approval before the agent calls the skill. (5) If you need similar functionality but cannot trust the vendor, consider running a local/self‑hosted wrapper so content never leaves your environment.
Capability Analysis
Type: OpenClaw Skill
Name: toolweb-glancify
Version: 1.0.0
The Glancify Proxy skill is a standard API wrapper for a web content visualization and analysis service hosted at toolweb.in. The skill provides endpoints for wrapping external URLs, extracting keywords, and retrieving topic metadata (SKILL.md, openapi.json). No malicious instructions, data exfiltration attempts, or suspicious obfuscation were found; the functionality aligns entirely with the stated purpose of content analysis.
Capability Assessment
Purpose & Capability
The name/description (a proxy that wraps external pages and extracts keywords) matches the SKILL.md and openapi.json: both describe endpoints that forward/transform arbitrary URLs. That capability legitimately explains contacting an external API. However, the skill's documentation advertises paid plans and an API gateway but does not declare any credentials or auth requirements in the skill manifest — a mild mismatch worth noting (the live service may require keys not captured here).
Instruction Scope
SKILL.md instructs the agent to wrap arbitrary target URLs via the external endpoints (e.g., api.toolweb.in/tools/glancify/view). It gives no guidance or restrictions about sensitive or private URLs (internal IPs, authentication‑protected pages, documents, or files). Because using the skill will transmit target URLs and likely their contents to a third party, this creates a realistic exfiltration/SSRF/privacy risk that is not mitigated or documented.
Install Mechanism
No install spec or code is included; the skill is instruction-only. This lowers the risk of arbitrary code being written/executed locally. The openapi.json is just an API surface description and contains no implementation.
Credentials
The skill declares no required environment variables or credentials, which is proportionate for a read-only documentation-only skill. However, the SKILL.md references paid plans and an API gateway; in real use the external service may require keys or billing. The absence of declared credentials means the skill will either call unauthenticated endpoints or require manual credential provisioning outside the manifest — this is a practical mismatch to be aware of.
Persistence & Privilege
The skill does not request persistent privileges (always:false), does not install or modify system configuration, and does not declare special agent-level presence. Autonomous invocation is allowed by default but is not combined with other high privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install toolweb-glancify - After installation, invoke the skill by name or use
/toolweb-glancify - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Glancify Proxy – a service for interactive content visualization and keyword extraction.
- Wrap external web pages with Glancify for enhanced interactivity and analysis via /view endpoint.
- Retrieve keywords used for content tagging and analysis through /api/keywords.
- Access topic-based information and related keywords using /api/topics/{topic_id}.
- Provides endpoints for demo content, TSRG data, and Glancify JS library.
- Multiple subscription plans available, including a free tier.
Metadata
Frequently Asked Questions
What is Glancify?
A proxy service that wraps external web pages with Glancify, enabling interactive content visualization and keyword extraction. It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install Glancify?
Run "/install toolweb-glancify" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Glancify free?
Yes, Glancify is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Glancify support?
Glancify is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Glancify?
It is built and maintained by ToolWeb (@krishnakumarmahadevan-cmd); the current version is v1.0.0.
More Skills