
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
@autobot/module-helpbot
Advanced tools
Helpbot manages questions submitted by users.
Install the node module in your bot project root directory:
npm install @autobot/module-helpbot
Add the following configuration variable to your .env
file:
HELPBOT_COMMAND_PREFIX=?
HELPBOT_ADMIN_ROLE_NAME=<role name i.e.: admin>
HELPBOT_QUESTIONS_CHANNEL_ID=<some channel id>
Command | Description |
---|---|
?search all | Returns all questions. |
?search <terms> | Searches all questions. |
?search id=<#> | Retrieve a question by id. |
?search status=<new,answered> | Searches questions by status. |
?answer id=<#>, answer=<insert answer here> | Answers a question, user receives a copy via direct message. |
?close id=<#> | Closes a question ticket. |
?delete id=<#> | Delete a question by it's id #. |
?tagadd name=<tag name>,description=<tag description - optional> | Creates a new tag. |
?tagdelete name=<tag name> | Delete a tag by name. |
?comment id=<#>,comment=<insert comment> | Adds a comment, user receives a copy via direct message. |
FAQs
Helpbot manages questions submitted by users.
The npm package @autobot/module-helpbot receives a total of 173 weekly downloads. As such, @autobot/module-helpbot popularity was classified as not popular.
We found that @autobot/module-helpbot demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.