2.6k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill slashbot-news- _meta.json296 B
- SKILL.md325 B
Overview
This skill is a deprecated archive of the slashbot news skill and serves as a historical backup of prior versions. It preserves code and metadata for reference but is no longer maintained or recommended for new installs. For the current, maintained version use the canonical slashbot linked in the overview.
How this skill works
The skill stores complete archived releases of the slashbot-news codebase so developers can inspect past implementations, dependencies, and changelogs. It provides a snapshot of files and version history but does not receive updates, bug fixes, or security patches. Use it to examine previous behavior or recover lost examples rather than for production deployment.
When to use it
- You need to inspect or recover code from a past release of slashbot-news.
- You want to audit historical versions for compatibility or regression analysis.
- You are researching implementation details that changed between releases.
- You need documentation or examples that were removed from the active repository.
Best practices
- Do not deploy this deprecated archive in production environments.
- Migrate to the canonical slashbot package for active development and support.
- Use the archive only as a read-only reference; avoid relying on archived dependencies.
- Verify any security-sensitive code against the maintained upstream before reuse.
Example use cases
- Restore an old configuration snippet that was removed in newer releases.
- Compare two historical releases to find when a behavior changed.
- Extract example code for learning or porting to the maintained slashbot.
- Audit past dependencies or licensing details that affected earlier builds.
FAQ
No. This archive is deprecated. Install or view the maintained canonical slashbot for the latest version.
Can I install this deprecated version?
You can access the archived files for reference, but installation is not recommended. Use the canonical package for production.