Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

projectalice-sk

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

projectalice-sk

Project Alice skill kit

  • 2.3.4
  • PyPI
  • Socket score

Maintainers
2

Project Alice skill kit

The Project Alice skill kit is a tool that helps create skills for Alice.

Features

  • Create new skills
  • Validate the format of all json files

Install

pip3 install projectalice-sk

The skill kit supports tab completion for bash and zsh it can be activated by adding this in your .bashrc:

eval "$(_ALICE_SK_COMPLETE=source projectalice-sk)"

For zsh users add this to your .zshrc:

eval "$(_ALICE_SK_COMPLETE=source_zsh projectalice-sk)"

Testing

It is possible to run all validation tests we currently run against a skill when someone submits a PR locally using:

projectalice-sk validate --paths <pathnames>

Further information on the validation tests can be found here

Auto skills creation

To create the basic files needed for a skill to work, run:

projectalice-sk create

This saves you the hassle of creating the directory tree, the required files and so on. It also follows the strict conventions we made for skills and will avoid you trouble when submitting your skill for review.

Contributors:

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc