text-spinner

Render input text as a 3D-spun element on screen.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/shfahiim/inferEdge --skill text-spinner-shfahiim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: text-spinner
Source: https://github.com/shfahiim/inferEdge/tree/main/Android/src/app/src/main/assets/skills/text-spinner
Command: npx skills add https://github.com/shfahiim/inferEdge --skill text-spinner-shfahiim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

Spin the given text on my head as a playful, interactive demonstration of text transformation.

Core Features & Use Cases

  • Interactive Spin: renders the input text as a 3D-spun element on screen.
  • Label-driven display: the visible text is controlled via a label provided to the run_js tool.
  • Demo-ready UI: assets/webview.html enables a self-contained demo view for quick showcases.

Quick Start

Use the run_js tool with data: {"label":"Your text"} to spin that text on the screen.

Frequently Asked Questions about text-spinner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I spin text on screen for a quick UI visualization?

To spin text on screen for a UI visualization, use the run_js tool with a JSON data input like {"label":"Your text"}. This renders the provided text as a 3D-spun element directly in the webview.

What is the best way to create a playful text transformation effect in a webview?

The best way to create a playful text transformation effect in a webview is using a self-contained HTML asset. This skill provides a demo-ready webview structure that handles the 3D spin rendering automatically.

Can I use this text animation skill for on-device visualization in lightweight apps?

Yes, you can use this text animation skill for on-device visualization in lightweight apps. It features a self-contained assets and scripts structure designed specifically for quick UI demos and deployment.

Do I need any dependencies to run the text spin animation?

No, you do not need any external dependencies to run the text spin animation. The skill operates independently using only its bundled scripts and assets to render the visualization.

How does the label-driven display control the spun text?

The label-driven display controls the spun text by passing your specific string through the run_js tool's data parameter. The visible text element updates dynamically based on the label value provided.