> For the complete documentation index, see [llms.txt](https://andlo.gitbook.io/mycroft-skills-list/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://andlo.gitbook.io/mycroft-skills-list/skills/not-in-market/daily/password-creator-skill.linuss1.md).

# Password Creator

#### *password-creator-skill.LinusS1*

### Description:

This skill generates easy to remember passwords, using the XKCD method: ![xkcd style passwords](https://imgs.xkcd.com/comics/password_strength.png)

This skill randomly generates six words for you to use for your passwords. If you want, you can specify the number of words you want in your password. Also, you are able to ask to make a password acrostic, in other words give the skill a word, and the skill will give you a password where each word begins with a letter from the specified word.

For example, if I ask Mycroft to "Create a password that spells Linus," Mycroft would give me the password of "latch, immovable, numerate, underwire, and shifty"

#### Platform:

![Mark I](/files/-LzXeYK2dsk17gI0OA2k) ![Mark II](/files/-LzXeYK4JDAbBvHqrpNo) ![Picroft](/files/-LzXeYK6KhCZdb637YLQ) ![plasmoid](/files/-LzXeYK8Pp4IO4mdH0ax)

#### Examples:

> Create a password.\
> Create password.\
> Start creating a password with 10 words.\
> Generate a password that spells Mycroft.\
> Give me a password.\
> Tell me a password.

### Installation:

{% hint style="warning" %}
This skill is not aproved by Mycroft skill tester.
{% endhint %}

{% tabs %}
{% tab title="Install by mycroft-msm" %}
`mycroft-msm install https://github.com/LinusS1/password-creator-skill`
{% endtab %}
{% endtabs %}

### Summary:

**Github:** <https://github.com/LinusS1/password-creator-skill>\
**Owner:** [@LinusS1](https://github.com/LinusS1)\
**Created:** 2020 Mar 23 22:41:35 UTC **Last updated:** 2020 May 27 21:08:27 UTC\
**License:** Apache License 2.0

**Categories:** \[ Productivity ] \[ Configuration ] \[ Daily ] \[ Information ]\
**Tags:** #Password #Creation #Passwords #Generate-password #Password-creator #Key #Keys #Website #Generator #Creator


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://andlo.gitbook.io/mycroft-skills-list/skills/not-in-market/daily/password-creator-skill.linuss1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
