Fetches web content and converts HTML to markdown for LLMs, enabling them to access and process information from web pages.
Bilig WorkPaper
Bilig WorkPaper gives agents and backend services a concrete workbook model: write input cells, recalculate formulas, read verified display values, and persist the WorkPaper as JSON. It is useful when spreadsheet logic needs to run without GUI automation or fragile screenshots.
What It Does
This skill provides a structured, programmatic approach to executing complex, interdependent calculations. It builds a dependency graph from defined formulas, ensuring that all affected cells are recalculated in the correct order when inputs change. The engine validates formula syntax and handles common spreadsheet error conditions robustly. It operates within a sandboxed environment, preventing unintended side effects and ensuring deterministic results.
When To Use
- A backend service needs to apply complex business logic that is best expressed as a spreadsheet formula, without manual intervention.
- An AI coding agent needs to generate or modify a set of calculations that resemble a spreadsheet, then execute them and read the output.
- A user wants to define a set of interdependent calculations, where inputs can be changed, and outputs automatically update, all within a code environment.
- An existing spreadsheet needs to be converted into a robust, testable, and automatable calculation engine.
Limitations
Installation
Copy to ~/.claude/skills/
Add to Cline skills directory
Add to .cursor/skills/
Add to ~/.gemini/skills/
Add to Copilot workspace settings
Register as MCP tool
Configure in API settings
Add to .vscode/skills/
Add to Windsurf skills
Related Skills You May Like
Discover more AI agent skills in the same category to enhance your workflow automation.
A persistent memory server using a local knowledge graph to enable Claude to remember user information across chats.
Automates inbox triage, routing items based on intent, managing replies, and generating summaries using a robust TaskFlow pattern.
An MCP server for dynamic problem-solving through structured thinking, enabling step-by-step analysis and solution hypothesis generation.
Use the Gemini CLI for one-shot Q&A, summaries, and content generation directly from your terminal.
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill...
Have a Skill to Share?
Join the community and help AI agents learn new capabilities. Submit your skill and reach thousands of developers.